@import url(components.css);
@import url(modules.css);
@import url(layouts.css);
@import url(layouts_style.css);
@import url(navigation.css);
@import url(forms.css);
@import url(typo.css);
@import url(3rd_party.css);
/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin:0;
	background:#252525 url(../images/vt_bg.jpg) repeat-x;
}

html,body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin:0px;
	line-height:1.5;
	height:100%;
	background:#252525 url(../images/vt_bg.jpg) repeat-x;
	}

/*  Global Formatting */
h1 {font-size:180%;line-height: 1em;font-weight: 900;}
h2 {font-size:160%;line-height: 1em;font-weight: 900;}
h3 {font-size:140%;line-height: 1em;font-weight: 900;}
h4 {font-size:120%;line-height: 1em;font-weight: 900;}
h5 {font-size:100%;line-height: 1em;font-weight: 900;}
h6 {font-size:80%;line-height: 1em;font-weight: 900;}
a,a:link,a:visited{outline:none;}
a:hover{text-decoration:underline;}
img {border: 0 none; margin:2px 10px 2px 2px;}
*{margin:0; padding:0}
ul,ol{padding-left:20px; margin-left:5px;}
p{padding-bottom:8px;}

/* Clears Divs */
.clr{clear: both; height:0px;overflow: hidden;}

/* #######################  END GENERAL SETTINGS ############################ */
